home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Especiais / Hotdog 5.5 / hotdog55install.exe / %MAINDIR% / HotDog5.exe / 0 / RCDATA / TFRMIMAGELAB / TFRMIMAGELAB.txt < prev   
Encoding:
Text File  |  1999-04-29  |  20.7 KB  |  800 lines

  1. object frmImageLab: TfrmImageLab
  2.   Left = 330
  3.   Top = 106
  4.   Width = 640
  5.   Height = 409
  6.   BorderIcons = [biSystemMenu, biMaximize]
  7.   Caption = 'ImageLab'
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnResize = FormResize
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object pnlBottom: TPanel
  25.     Left = 0
  26.     Top = 341
  27.     Width = 632
  28.     Height = 41
  29.     Align = alBottom
  30.     TabOrder = 0
  31.     object lblStatus: TLabel
  32.       Left = 106
  33.       Top = 1
  34.       Width = 3
  35.       Height = 13
  36.     end
  37.     object btnHelp: TButton
  38.       Left = 11
  39.       Top = 8
  40.       Width = 75
  41.       Height = 25
  42.       Caption = '&Help'
  43.       TabOrder = 0
  44.       OnClick = btnHelpClick
  45.     end
  46.     object pnlConvert: TPanel
  47.       Left = 378
  48.       Top = 1
  49.       Width = 253
  50.       Height = 39
  51.       Align = alRight
  52.       BevelOuter = bvNone
  53.       TabOrder = 1
  54.       object btnSaveAs: TButton
  55.         Left = 87
  56.         Top = 8
  57.         Width = 75
  58.         Height = 25
  59.         Caption = '&Save As'
  60.         Enabled = False
  61.         TabOrder = 2
  62.         OnClick = btnSaveAsClick
  63.       end
  64.       object btnOK: TButton
  65.         Left = 169
  66.         Top = 8
  67.         Width = 75
  68.         Height = 25
  69.         Caption = '&OK'
  70.         ModalResult = 1
  71.         TabOrder = 0
  72.       end
  73.       object btnConvert: TButton
  74.         Left = 87
  75.         Top = 8
  76.         Width = 75
  77.         Height = 25
  78.         HelpContext = 788
  79.         Caption = 'Convert >>'
  80.         TabOrder = 1
  81.         OnClick = btnConvertClick
  82.       end
  83.       object btnOpen: TButton
  84.         Left = 6
  85.         Top = 8
  86.         Width = 75
  87.         Height = 25
  88.         Caption = 'O&pen'
  89.         TabOrder = 3
  90.         Visible = False
  91.         OnClick = btnOpenClick
  92.       end
  93.     end
  94.   end
  95.   object pgMain: TPageControl
  96.     Left = 0
  97.     Top = 0
  98.     Width = 632
  99.     Height = 291
  100.     ActivePage = tsConvert
  101.     Align = alClient
  102.     TabOrder = 1
  103.     object tsPreview: TTabSheet
  104.       Caption = 'tsPreview'
  105.       TabVisible = False
  106.       object lblPreviewInfo: TLabel
  107.         Left = 0
  108.         Top = 0
  109.         Width = 624
  110.         Height = 13
  111.         Align = alTop
  112.         Color = clBlack
  113.         Font.Charset = ANSI_CHARSET
  114.         Font.Color = clWhite
  115.         Font.Height = -11
  116.         Font.Name = 'Tahoma'
  117.         Font.Style = [fsBold]
  118.         ParentColor = False
  119.         ParentFont = False
  120.       end
  121.       object scrPreview: TScrollBox
  122.         Left = 0
  123.         Top = 13
  124.         Width = 624
  125.         Height = 250
  126.         HorzScrollBar.Tracking = True
  127.         VertScrollBar.Tracking = True
  128.         Align = alClient
  129.         TabOrder = 0
  130.         object ilPreview: TPMultiImage
  131.           Left = 132
  132.           Top = 112
  133.           Width = 105
  134.           Height = 105
  135.           GrabHandCursor = 5
  136.           AutoSize = True
  137.           Scrolling = True
  138.           B_W_CopyFlags = [C_DEL]
  139.           Color = clBtnFace
  140.           ImageName = 'file not found'
  141.           ImageReadRes = lAutoMatic
  142.           BlitMode = sLight
  143.           ImageWriteRes = sAutoMatic
  144.           TifSaveCompress = sNONE
  145.           TiffPage = 1
  146.           TiffAppend = False
  147.           JPegSaveQuality = 25
  148.           JPegSaveSmooth = 0
  149.           RubberBandBtn = mbLeft
  150.           ParentColor = True
  151.           TextLeft = 0
  152.           TextTop = 0
  153.           TextRotate = 0
  154.           TabOrder = 0
  155.           TabStop = False
  156.           ZoomBy = 10
  157.         end
  158.       end
  159.     end
  160.     object tsConvert: TTabSheet
  161.       Caption = 'tsConvert'
  162.       TabVisible = False
  163.       object Splitter1: TSplitter
  164.         Left = 240
  165.         Top = 0
  166.         Width = 5
  167.         Height = 157
  168.         Cursor = crHSplit
  169.         OnMoved = Splitter1Moved
  170.       end
  171.       object Panel4: TPanel
  172.         Left = 0
  173.         Top = 157
  174.         Width = 624
  175.         Height = 106
  176.         Align = alBottom
  177.         BevelOuter = bvNone
  178.         TabOrder = 0
  179.         object pnlJPEGOptions: TPanel
  180.           Left = 465
  181.           Top = 0
  182.           Width = 357
  183.           Height = 106
  184.           Align = alLeft
  185.           BevelOuter = bvNone
  186.           TabOrder = 2
  187.           Visible = False
  188.           object Label3: TLabel
  189.             Left = 8
  190.             Top = 72
  191.             Width = 61
  192.             Height = 13
  193.             Caption = 'Compression'
  194.           end
  195.           object chkProgressive: TCheckBox
  196.             Left = 8
  197.             Top = 8
  198.             Width = 125
  199.             Height = 17
  200.             Caption = '&Progressive Encoding'
  201.             TabOrder = 0
  202.             OnClick = chkProgressiveClick
  203.           end
  204.           object chkSmoothing: TCheckBox
  205.             Left = 8
  206.             Top = 32
  207.             Width = 73
  208.             Height = 17
  209.             Caption = '&Blurring'
  210.             TabOrder = 1
  211.             OnClick = chkSmoothingClick
  212.           end
  213.           object tbSmoothing: TTrackBar
  214.             Left = 84
  215.             Top = 28
  216.             Width = 228
  217.             Height = 33
  218.             HelpContext = 810
  219.             Enabled = False
  220.             Max = 20
  221.             Orientation = trHorizontal
  222.             Frequency = 2
  223.             Position = 0
  224.             SelEnd = 0
  225.             SelStart = 0
  226.             TabOrder = 2
  227.             ThumbLength = 20
  228.             TickMarks = tmBottomRight
  229.             TickStyle = tsAuto
  230.             OnChange = tbSmoothingChange
  231.           end
  232.           object txtSmoothing: TSausEdit
  233.             Left = 321
  234.             Top = 29
  235.             Width = 34
  236.             Height = 21
  237.             Enabled = False
  238.             MaxLength = 20
  239.             TabOrder = 3
  240.             OnChange = txtSmoothingChange
  241.             NumericOnly = True
  242.             AllowDecimal = False
  243.             DecimalPlaces = 0
  244.             Max = 0
  245.             Min = 0
  246.             Version = '1.4'
  247.             FileGlyph = sgOpen
  248.             RegStore = False
  249.           end
  250.           object txtCompression: TSausEdit
  251.             Left = 321
  252.             Top = 77
  253.             Width = 34
  254.             Height = 21
  255.             TabOrder = 4
  256.             Text = '80'
  257.             OnChange = txtCompressionChange
  258.             NumericOnly = False
  259.             AllowDecimal = False
  260.             DecimalPlaces = 0
  261.             Max = 100
  262.             Min = 1
  263.             Version = '1.4'
  264.             FileGlyph = sgOpen
  265.             RegStore = False
  266.           end
  267.           object tbCompression: TTrackBar
  268.             Left = 84
  269.             Top = 77
  270.             Width = 228
  271.             Height = 25
  272.             HelpContext = 809
  273.             Max = 100
  274.             Min = 1
  275.             Orientation = trHorizontal
  276.             PageSize = 5
  277.             Frequency = 10
  278.             Position = 80
  279.             SelEnd = 0
  280.             SelStart = 0
  281.             TabOrder = 5
  282.             ThumbLength = 20
  283.             TickMarks = tmBottomRight
  284.             TickStyle = tsAuto
  285.             OnChange = tbCompressionChange
  286.           end
  287.           object chkGreyscale: TCheckBox
  288.             Left = 154
  289.             Top = 8
  290.             Width = 71
  291.             Height = 17
  292.             HelpContext = 811
  293.             Caption = '&Grayscale'
  294.             TabOrder = 6
  295.             OnClick = chkProgressiveClick
  296.           end
  297.         end
  298.         object pnlType: TPanel
  299.           Left = 0
  300.           Top = 0
  301.           Width = 93
  302.           Height = 106
  303.           Align = alLeft
  304.           BevelOuter = bvNone
  305.           TabOrder = 0
  306.           object Bevel1: TBevel
  307.             Left = 89
  308.             Top = 6
  309.             Width = 2
  310.             Height = 96
  311.           end
  312.           object Bevel2: TBevel
  313.             Left = 0
  314.             Top = 59
  315.             Width = 88
  316.             Height = 2
  317.           end
  318.           object rbGIF: TRadioButton
  319.             Left = 7
  320.             Top = 64
  321.             Width = 46
  322.             Height = 18
  323.             HelpContext = 791
  324.             Caption = '&GIF'
  325.             Checked = True
  326.             TabOrder = 0
  327.             TabStop = True
  328.             OnClick = rbGIFClick
  329.           end
  330.           object rbJPEG: TRadioButton
  331.             Left = 7
  332.             Top = 86
  333.             Width = 46
  334.             Height = 17
  335.             HelpContext = 792
  336.             Caption = '&JPEG'
  337.             TabOrder = 1
  338.             OnClick = rbJPEGClick
  339.           end
  340.           object btnGo: TBitBtn
  341.             Left = 7
  342.             Top = 29
  343.             Width = 75
  344.             Height = 25
  345.             HelpContext = 794
  346.             Caption = 'Preview'
  347.             Default = True
  348.             TabOrder = 2
  349.             OnClick = btnGoClick
  350.           end
  351.           object chkAutoPreview: TCheckBox
  352.             Left = 7
  353.             Top = 9
  354.             Width = 44
  355.             Height = 16
  356.             HelpContext = 793
  357.             Caption = '&Auto'
  358.             TabOrder = 3
  359.             OnClick = chkAutoPreviewClick
  360.           end
  361.         end
  362.         object pnlGIFOptions: TPanel
  363.           Left = 93
  364.           Top = 0
  365.           Width = 372
  366.           Height = 106
  367.           Align = alLeft
  368.           BevelOuter = bvNone
  369.           TabOrder = 1
  370.           object btnOpenPalette: TSpeedButton
  371.             Left = 296
  372.             Top = 31
  373.             Width = 23
  374.             Height = 21
  375.             Enabled = False
  376.             Glyph.Data = {
  377.               36010000424D3601000000000000760000002800000012000000100000000100
  378.               040000000000C0000000120B0000120B00001000000000000000000000000000
  379.               80000080000000808000800000008000800080800000C0C0C000808080000000
  380.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  381.               7777770000007777777777777777770077777000000000007777770077777003
  382.               3333333307777700700070B03333333330777700700370FB0333333333077700
  383.               70B070BFB03333333330770070FB70FBFB0000000000070070BF70BFBFBFBFB0
  384.               7777770070FB70FBFBFBFBF07777770070BF70BFB00000007777770070FB7700
  385.               077777777000770070BF77777777777777007700770077777777707770707700
  386.               7777777777777700077777007777777777777777777777007777}
  387.             OnClick = btnOpenPaletteClick
  388.           end
  389.           object lblMaxColoursHeading: TLabel
  390.             Left = 189
  391.             Top = 83
  392.             Width = 57
  393.             Height = 13
  394.             Caption = 'Max. Colors'
  395.             Enabled = False
  396.           end
  397.           object btnTransparentColourPicker: TSpeedButton
  398.             Left = 9
  399.             Top = 29
  400.             Width = 110
  401.             Height = 25
  402.             AllowAllUp = True
  403.             GroupIndex = 5
  404.             Caption = 'Color Picker'
  405.             Enabled = False
  406.             Glyph.Data = {
  407.               36010000424D3601000000000000760000002800000012000000100000000100
  408.               040000000000C0000000120B0000120B00001000000000000000000000000000
  409.               80000080000000808000800000008000800080800000C0C0C000808080000000
  410.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00770777777777
  411.               77777700300070F007777777777777007707770FF07777777777770070F0770F
  412.               FF07777777777700770F7770FFF0777777777700770F77770FFF077777777700
  413.               7770777770FFF0777777770077777777770FFF0777777700777777777770FFF0
  414.               707777007777777777770FFF0077770077777777777770F00077770077777777
  415.               7777770000007700777777777777700000000700777777777777777700000700
  416.               7777777777777777000007007777777777777777700077007777}
  417.             OnClick = btnTransparentColourPickerClick
  418.           end
  419.           object lblTransInst: TLabel
  420.             Left = 13
  421.             Top = 61
  422.             Width = 108
  423.             Height = 13
  424.             Caption = 'Select from new image'
  425.             Enabled = False
  426.           end
  427.           object chkTransparent: TCheckBox
  428.             Left = 11
  429.             Top = 10
  430.             Width = 79
  431.             Height = 16
  432.             HelpContext = 807
  433.             Caption = '&Transparent'
  434.             Enabled = False
  435.             TabOrder = 0
  436.             OnClick = chkTransparentClick
  437.           end
  438.           object scpTransparentColour: TSausColourPicker
  439.             Left = 9
  440.             Top = 77
  441.             Width = 110
  442.             Height = 27
  443.             HelpContext = 808
  444.             Enabled = False
  445.             TabOrder = 1
  446.             OnChange = scpTransparentColourChange
  447.             Version = '1.29'
  448.             Warnings = False
  449.           end
  450.           object rbDither: TRadioButton
  451.             Left = 270
  452.             Top = 74
  453.             Width = 51
  454.             Height = 17
  455.             HelpContext = 806
  456.             Caption = 'Dither'
  457.             TabOrder = 4
  458.             OnClick = rbDitherClick
  459.           end
  460.           object rbFlat: TRadioButton
  461.             Left = 270
  462.             Top = 90
  463.             Width = 51
  464.             Height = 17
  465.             HelpContext = 806
  466.             Caption = 'Flat'
  467.             Checked = True
  468.             TabOrder = 5
  469.             TabStop = True
  470.             OnClick = rbFlatClick
  471.           end
  472.           object chkLoadPalette: TCheckBox
  473.             Left = 153
  474.             Top = 10
  475.             Width = 85
  476.             Height = 13
  477.             HelpContext = 802
  478.             Caption = 'Load Palette'
  479.             TabOrder = 2
  480.             OnClick = chkLoadPaletteClick
  481.           end
  482.           object cmbPalette: TComboBox
  483.             Left = 152
  484.             Top = 31
  485.             Width = 145
  486.             Height = 21
  487.             HelpContext = 803
  488.             Enabled = False
  489.             ItemHeight = 13
  490.             TabOrder = 3
  491.             Text = 'cmbPalette'
  492.             OnClick = cmbPaletteClick
  493.           end
  494.           object chkReducePalette: TCheckBox
  495.             Left = 152
  496.             Top = 58
  497.             Width = 97
  498.             Height = 14
  499.             HelpContext = 804
  500.             Caption = 'Reduce Palette'
  501.             TabOrder = 6
  502.             OnClick = chkReducePaletteClick
  503.           end
  504.           object txtMaxColours: TSausEdit
  505.             Left = 151
  506.             Top = 80
  507.             Width = 33
  508.             Height = 21
  509.             HelpContext = 805
  510.             Enabled = False
  511.             TabOrder = 7
  512.             Text = '256'
  513.             OnChange = txtMaxColoursChange
  514.             NumericOnly = True
  515.             AllowDecimal = False
  516.             DecimalPlaces = 0
  517.             Max = 256
  518.             Min = 2
  519.             Version = '1.4'
  520.             FileGlyph = sgOpen
  521.             RegStore = False
  522.           end
  523.         end
  524.       end
  525.       object pnlSource: TPanel
  526.         Left = 0
  527.         Top = 0
  528.         Width = 240
  529.         Height = 157
  530.         Align = alLeft
  531.         BevelOuter = bvNone
  532.         TabOrder = 1
  533.         object lblSourceInfo: TLabel
  534.           Left = 0
  535.           Top = 0
  536.           Width = 240
  537.           Height = 13
  538.           Align = alTop
  539.           Color = clBlack
  540.           Font.Charset = ANSI_CHARSET
  541.           Font.Color = clWhite
  542.           Font.Height = -11
  543.           Font.Name = 'Tahoma'
  544.           Font.Style = [fsBold]
  545.           ParentColor = False
  546.           ParentFont = False
  547.         end
  548.         object scrSource: TScrollBox
  549.           Left = 0
  550.           Top = 13
  551.           Width = 240
  552.           Height = 144
  553.           HelpContext = 789
  554.           HorzScrollBar.Tracking = True
  555.           VertScrollBar.Tracking = True
  556.           Align = alClient
  557.           TabOrder = 0
  558.           object imgSource: TImage
  559.             Left = 0
  560.             Top = 2
  561.             Width = 245
  562.             Height = 127
  563.             AutoSize = True
  564.             Center = True
  565.             OnMouseDown = imgSourceMouseDown
  566.             OnMouseMove = imgSourceMouseMove
  567.             OnMouseUp = imgSourceMouseUp
  568.           end
  569.         end
  570.       end
  571.       object pnlDest: TPanel
  572.         Left = 245
  573.         Top = 0
  574.         Width = 379
  575.         Height = 157
  576.         Align = alClient
  577.         BevelOuter = bvNone
  578.         TabOrder = 2
  579.         object lblDestInfo: TLabel
  580.           Left = 0
  581.           Top = 0
  582.           Width = 379
  583.           Height = 13
  584.           Align = alTop
  585.           Color = clBlack
  586.           Font.Charset = ANSI_CHARSET
  587.           Font.Color = clWhite
  588.           Font.Height = -11
  589.           Font.Name = 'Tahoma'
  590.           Font.Style = [fsBold]
  591.           ParentColor = False
  592.           ParentFont = False
  593.         end
  594.         object scrDest: TScrollBox
  595.           Left = 0
  596.           Top = 13
  597.           Width = 379
  598.           Height = 144
  599.           HelpContext = 790
  600.           HorzScrollBar.Tracking = True
  601.           VertScrollBar.Tracking = True
  602.           Align = alClient
  603.           TabOrder = 0
  604.           object imgDest: TImage
  605.             Left = 0
  606.             Top = 0
  607.             Width = 158
  608.             Height = 126
  609.             AutoSize = True
  610.             Center = True
  611.             OnMouseDown = imgDestMouseDown
  612.             OnMouseMove = imgDestMouseMove
  613.             OnMouseUp = imgDestMouseUp
  614.           end
  615.         end
  616.       end
  617.     end
  618.   end
  619.   object pnlOptions: TPanel
  620.     Left = 0
  621.     Top = 291
  622.     Width = 632
  623.     Height = 50
  624.     Align = alBottom
  625.     TabOrder = 2
  626.     object btnZoom: TSpeedButton
  627.       Left = 11
  628.       Top = 18
  629.       Width = 75
  630.       Height = 25
  631.       AllowAllUp = True
  632.       GroupIndex = 5
  633.       Caption = '&Zoom  '
  634.       Enabled = False
  635.       Glyph.Data = {
  636.         36010000424D3601000000000000760000002800000012000000100000000100
  637.         040000000000C0000000120B0000120B00001000000000000000000000000000
  638.         80000080000000808000800000008000800080800000C0C0C000808080000000
  639.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  640.         7770770000007777777777777700070077777777777777777000770077777777
  641.         7777777700077700777777777777777000777700777777777000070007777700
  642.         777777700FFFF0007777770077777770FFF00F07777777007770770FFFFFF0F0
  643.         777777007770770FFFFFF0F077777700770F770FFFFFFFF077777700770F770F
  644.         FFFFFFF077777700770F7770FFFFFF0777777700770F77700FFFF00777777700
  645.         7770777770000777777777007770777777777777777777007777}
  646.       Visible = False
  647.     end
  648.     object pnlResize: TPanel
  649.       Left = 100
  650.       Top = 1
  651.       Width = 357
  652.       Height = 48
  653.       BevelOuter = bvNone
  654.       TabOrder = 0
  655.       Visible = False
  656.       object Label2: TLabel
  657.         Left = 304
  658.         Top = 25
  659.         Width = 12
  660.         Height = 13
  661.         Caption = 'by'
  662.       end
  663.       object lblCrop: TLabel
  664.         Left = 10
  665.         Top = 28
  666.         Width = 3
  667.         Height = 13
  668.       end
  669.       object lblCrop2: TLabel
  670.         Left = 60
  671.         Top = 5
  672.         Width = 3
  673.         Height = 13
  674.       end
  675.       object chkCrop: TCheckBox
  676.         Left = 8
  677.         Top = 4
  678.         Width = 45
  679.         Height = 17
  680.         HelpContext = 796
  681.         Caption = 'Crop'
  682.         TabOrder = 0
  683.         OnClick = chkCropClick
  684.       end
  685.       object chkResize: TCheckBox
  686.         Left = 151
  687.         Top = 4
  688.         Width = 51
  689.         Height = 17
  690.         HelpContext = 797
  691.         Caption = 'Resize'
  692.         TabOrder = 1
  693.         OnClick = chkResizeClick
  694.       end
  695.       object txtResizeWidth: TSausEdit
  696.         Left = 267
  697.         Top = 22
  698.         Width = 34
  699.         Height = 21
  700.         HelpContext = 798
  701.         Enabled = False
  702.         TabOrder = 4
  703.         OnChange = txtResizeHeightChange
  704.         NumericOnly = True
  705.         AllowDecimal = False
  706.         DecimalPlaces = 0
  707.         Max = 0
  708.         Min = 0
  709.         Version = '1.4'
  710.         FileGlyph = sgOpen
  711.         RegStore = False
  712.       end
  713.       object txtResizeHeight: TSausEdit
  714.         Left = 318
  715.         Top = 22
  716.         Width = 34
  717.         Height = 21
  718.         HelpContext = 799
  719.         Enabled = False
  720.         TabOrder = 5
  721.         OnChange = txtResizeHeightChange
  722.         NumericOnly = True
  723.         AllowDecimal = False
  724.         DecimalPlaces = 0
  725.         Max = 0
  726.         Min = 0
  727.         Version = '1.4'
  728.         FileGlyph = sgOpen
  729.         RegStore = False
  730.       end
  731.       object cmbResizeMethod: TComboBox
  732.         Left = 151
  733.         Top = 22
  734.         Width = 100
  735.         Height = 21
  736.         Style = csDropDownList
  737.         Enabled = False
  738.         ItemHeight = 13
  739.         TabOrder = 2
  740.         OnClick = cmbResizeMethodClick
  741.       end
  742.       object chkKeepRatio: TCheckBox
  743.         Left = 268
  744.         Top = 4
  745.         Width = 77
  746.         Height = 17
  747.         HelpContext = 801
  748.         Caption = '&Keep Ratio'
  749.         Enabled = False
  750.         TabOrder = 3
  751.       end
  752.     end
  753.     object pnlDownloadTime: TPanel
  754.       Left = 460
  755.       Top = 1
  756.       Width = 171
  757.       Height = 48
  758.       Align = alRight
  759.       BevelOuter = bvNone
  760.       TabOrder = 1
  761.       object lblDownload: TLabel
  762.         Left = 8
  763.         Top = 5
  764.         Width = 130
  765.         Height = 13
  766.         Caption = 'Download Time (secs):'
  767.         Font.Charset = ANSI_CHARSET
  768.         Font.Color = clWindowText
  769.         Font.Height = -11
  770.         Font.Name = 'Tahoma'
  771.         Font.Style = [fsBold]
  772.         ParentFont = False
  773.       end
  774.       object cmbDownloadTime: TComboBox
  775.         Left = 7
  776.         Top = 22
  777.         Width = 155
  778.         Height = 19
  779.         HelpContext = 787
  780.         Style = csOwnerDrawFixed
  781.         ItemHeight = 13
  782.         TabOrder = 0
  783.         OnDrawItem = cmbDownloadTimeDrawItem
  784.       end
  785.     end
  786.   end
  787.   object dlgOpenPalette: TOpenDialog
  788.     Filter = 'pal,act,gif|*.pal;*.act;*.gif|All Files (*.*)|*.*'
  789.     Left = 457
  790.     Top = 10
  791.   end
  792.   object tmrAutoSave: TTimer
  793.     Enabled = False
  794.     Interval = 2000
  795.     OnTimer = tmrAutoSaveTimer
  796.     Left = 510
  797.     Top = 87
  798.   end
  799. end
  800.